From 6033a84ed006681ffcc21cdfa797515405445d47 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Mon, 12 Jan 2004 15:39:46 +0000 Subject: [PATCH] Initial add --- msvc/README.msvc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 msvc/README.msvc diff --git a/msvc/README.msvc b/msvc/README.msvc new file mode 100644 index 000000000..373e22a77 --- /dev/null +++ b/msvc/README.msvc @@ -0,0 +1,26 @@ + +BUILDING GPSBABEL WITH Microsoft Visual C++: + +This directory contains the necessary files to build GPSBabel with +Microsoft Visual C++ version 6.0 and above. The project and workspace +files should just work, provided that the "msvc" directory is a direct +child of the directory that contains the GPSBabel source. (This is where +it should be, by default, so you shouldn't have to do anything other than +load the workspace and hit "build all.") If you load these files in to +Visual Studio .NET, you may be asked to convert them to the new format; +In that case, you should do so. + +The "Expat" directory contains the import library and header file for the +Expat DLL. This may or may not be the latest build of Expat; you might +want to check http://expat.sourceforge.net to see if there is a more recent +version. + +To run GPSBabel, you must make sure that the libexpat.dll from the Expat +directory is in the DLL search path. The easiest way to do this, and to +avoid version conflicts with other programs that use expat, is to put +libexpat.dll in the same directory as gpsbabel.exe. + +If you experience any problems with this project file or with the build +process, please ask for assistance on the gpsbabel-code mailing list at +http://lists.sourceforge.net/lists/listinfo/gpsbabel-code . + -- 2.30.2